home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00237_Script_BOUCLE_ATTENTE_FIN_COMMENT < prev    next >
Text File  |  2004-12-05  |  378b  |  20 lines

  1. global gJLM_W
  2. --------------------------------
  3. on exitFrame
  4.   if the pauseState=0 then
  5.     case(soundBusy(3)) of
  6.       1:
  7.         go the frame
  8.       0:
  9.         niveauson()
  10.     end case
  11.   end if
  12. end
  13. -------------------------------------
  14. on mouseUp
  15.   if the pauseState then exit
  16.   if gJLM_W > 0 then exit
  17.   coupeson(3)
  18. end mouseUp
  19. -----------------------------
  20.